home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wxwindem.zip / WELCOME.TXT < prev   
Text File  |  1993-04-19  |  2KB  |  66 lines

  1. Welcome to wxWindows Version 1.40
  2.  
  3.  
  4. Hello, and welcome to wxWindows, a portable GUI
  5. toolkit for X and Windows 3.1.
  6.  
  7. This program demonstrates the following features:
  8.  
  9. *   Main frame window with menu bar
  10.  
  11. *   Panel with various widgets
  12.  
  13. *   Status line with help on menu items
  14.  
  15. *   Scrolling text window with this file loaded
  16.  
  17. *   Scrolling canvas with text and graphics displayed
  18.     (use the mouse and left button to doodle)
  19.  
  20. *   Icon and cursor setting
  21.  
  22. *   Canvas scaling
  23.  
  24. *   Printing (Windows printing on PC, PostScript under UNIX)
  25.  
  26. *   Copying a metafile to the clipboard (Windows only)
  27.  
  28. *   Timer (prints to this text window occasionally)
  29.  
  30. Other features include:
  31.  
  32. *   Interprocess communication (DDE on both platforms)
  33.  
  34. *   File browser dialog box
  35.  
  36. *   Form construction facility
  37.  
  38. wxWindows provides a common core of GUI facilities across several
  39. platforms (two at present). XView programmers will be familiar with
  40. the frame/subwindow principles, whilst appreciating the simpler and
  41. object-oriented interface. Windows programmers should also find it
  42. much simpler than the native API. Motif programmers should never again
  43. have to experiment to avoid constraint contradictions. And,
  44. synchronous interprocess communications are now a doddle on all
  45. supported platforms.
  46.  
  47. This software is available free of charge from:
  48.  
  49. Dr Julian Smart
  50. Artificial Intelligence Applications Institute
  51. University of Edinburgh
  52. 80, South Bridge
  53. Edinburgh
  54. EH1 1HN
  55.  
  56. Email J.Smart@ed.ac.uk
  57.  
  58. Please feel free to send me suggestions - and code - for the next
  59. release. Areas which currently need attention include:
  60.  
  61. -   Bitmaps
  62. -   More widgets
  63. -   Other platforms e.g. Mac
  64.  
  65.  
  66.